home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / tmp / customization-scripts / download-gfxboot-theme-ubuntu < prev    next >
Text File  |  2009-02-04  |  2KB  |  22 lines

  1. #!/bin/bash
  2.  
  3. ###################################################################################
  4. # UCK - Ubuntu Customization Kit                                                  #
  5. # Copyright (C) 2006-2009 UCK Team                                                #
  6. #                                                                                 #
  7. # UCK is free software: you can redistribute it and/or modify                     #
  8. # it under the terms of the GNU General Public License as published by            #
  9. # the Free Software Foundation, either version 3 of the License, or               #
  10. # (at your option) any later version.                                             #
  11. #                                                                                 #
  12. # UCK is distributed in the hope that it will be useful,                          #
  13. # but WITHOUT ANY WARRANTY; without even the implied warranty of                  #
  14. # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the                   #
  15. # GNU General Public License for more details.                                    #
  16. #                                                                                 #
  17. # You should have received a copy of the GNU General Public License               #
  18. # along with UCK.  If not, see <http://www.gnu.org/licenses/>.                    #
  19. ###################################################################################
  20.  
  21. cd /tmp && apt-get source -d gfxboot-theme-ubuntu && tar xfz *.tar.gz
  22.